home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
-
- <dialog width='450' height='400' id="LPEditFields"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept,cancel"
- ondialogaccept="return LP.editfields_accept_click(document,window);"
- ondialogcancel="return LP.editfields_cancel_click(document,window);"
- onload="LP.editfields_window_load(document,window);">
-
- <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
- <script type="application/x-javascript">
- <![CDATA[
- function delete_field(aid, urid, name, value)
- {
- LP.editfields_delete_field(document, window, aid, urid, name, value);
- }
-
- function alert_shared()
- {
- LP.editfields_alert_shared(document, window);
- }
-
- function toggle_password(id)
- {
- LP.editfields_toggle_password(document, window, id);
- }
-
- function showAddFieldDlg()
- {
- LP.showAddFieldDlg(document, window);
- }
-
- ]]>
- </script>
-
- <vbox align="center">
- <image src="chrome://lastpass/skin/icon.png" width="225" height="36" />
- </vbox>
-
- <spacer height="10"/>
-
- <vbox id="fields" flex="1" style="overflow: auto;" height="300">
- </vbox>
- </dialog>
-